home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200407-05.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  74 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200407-05.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14538);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200407-05");
  17.  script_cve_id("CAN-2004-0419");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200407-05
  20. (XFree86, X.org: XDM ignores requestPort setting)
  21.  
  22.  
  23.     XDM will open TCP sockets for its chooser, even if the
  24.     DisplayManager.requestPort setting is set to 0. Remote clients can use this
  25.     port to connect to XDM and request a login window, thus allowing access to
  26.     the system.
  27.   
  28. Impact
  29.  
  30.     Authorized users may be able to login remotely to a machine running XDM,
  31.     even if this option is disabled in XDM\'s configuration. Please note that an
  32.     attacker must have a preexisting account on the machine in order to exploit
  33.     this vulnerability.
  34.   
  35. Workaround
  36.  
  37.     There is no known workaround at this time. All users should upgrade to the
  38.     latest available version of X.
  39.   
  40. References:
  41.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0419
  42.     http://bugs.xfree86.org/show_bug.cgi?id=1376
  43.  
  44.  
  45. Solution: 
  46.     If you are using XFree86, you should run the following:
  47.     # emerge sync
  48.     # emerge -pv ">=x11-base/xfree-4.3.0-r6"
  49.     # emerge ">=x11-base/xfree-4.3.0-r6"
  50.     If you are using X.org\'s X11 server, you should run the following:
  51.     # emerge sync
  52.     # emerge -pv ">=x11-base/xorg-x11-6.7.0-r1"
  53.     # emerge ">=x11-base/xorg-x11-6.7.0-r1"
  54.   
  55.  
  56. Risk Factor : Low
  57. ';
  58.  script_description(english: desc);
  59.  script_copyright(english: "(C) 2004 Michel Arboi");
  60.  script_name(english: "[GLSA-200407-05] XFree86, X.org: XDM ignores requestPort setting");
  61.  script_category(ACT_GATHER_INFO);
  62.  script_family(english: "Gentoo Local Security Checks");
  63.  script_dependencies("ssh_get_info.nasl");
  64.  script_require_keys('Host/Gentoo/qpkg-list');
  65.  script_summary(english: 'XFree86, X.org: XDM ignores requestPort setting');
  66.  exit(0);
  67. }
  68.  
  69. include('qpkg.inc');
  70. if (qpkg_check(package: "x11-base/xfree", unaffected: make_list("ge 4.3.0-r6"), vulnerable: make_list("le 4.3.0-r5")
  71. )) { security_warning(0); exit(0); }
  72. if (qpkg_check(package: "x11-base/xorg-x11", unaffected: make_list("ge 6.7.0-r1"), vulnerable: make_list("le 6.7.0")
  73. )) { security_warning(0); exit(0); }
  74.